{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 1 question 3 {% endblock %} {% block content %} {% if player.treatment == "I" or player.treatment == "J" %}
You got this question right. Your won one point. You now have 9 points.
{% elif player.treatment == "K" or player.treatment == "L" %}You got this question right. Your won one point. You now have 0 points.
{% endif %}{% formfields %} {% next_button %} {% endblock %}